projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2702ca
)
Mark failing fileio test on MS-Windows
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 29 Aug 2020 20:34:06 +0000
(13:34 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 29 Aug 2020 20:34:40 +0000
(13:34 -0700)
* test/src/fileio-tests.el (fileio-tests--HOME-trailing-slash):
Expect failure on MS-Windows.
test/src/fileio-tests.el
patch
|
blob
|
history
diff --git
a/test/src/fileio-tests.el
b/test/src/fileio-tests.el
index 7baa4c7e2faaff7caa549bdf1470ab29f5ad107b..bedda83bbdb6df3128389e0673626a598aa9b426 100644
(file)
--- a/
test/src/fileio-tests.el
+++ b/
test/src/fileio-tests.el
@@
-109,6
+109,9
@@
Also check that an encoding error can appear in a symlink."
(ert-deftest fileio-tests--HOME-trailing-slash ()
"Test that expand-file-name of \"~\" respects trailing slash."
+ :expected-result (if (memq system-type '(windows-nt ms-dos))
+ :failed
+ :passed)
(let ((process-environment (copy-sequence process-environment)))
(dolist (home
(if (memq system-type '(windows-nt ms-dos))